Pro-Cloud API Web Service
Method/ProCloudWS.asmx/MoveStockItemEinBatch
Pro-Cloud API Web Service > All Operations Resource Group : /ProCloudWS.asmx/MoveStockItemEinBatch (Method)
Description
This web method allows the batch movement of assets around the pro cloud system.
Request (MoveStockItemEinBatchSoapIn)

The request body is of type MoveStockItemEinBatch.

Request Body Parameters

NameDescriptionData Type

This is a unique provider id, which can be obtained from CSS

GUId

guid

This is your unique service password which can be obtained from CSS

String (min 1 max 50)

xml:string

This is the providers branch where the assets are beeing moved to (can be obtained via the ProviderBranchesGet web method)

Integer

xml:int

This is a string array of Asset Numbers to move seperated by a |

String

xml:string

The user id of the person performing the stock movement

Integer

xml:int

The status id of the asset location where the assets are to be moved to (can be obtained via the StatusesGet web method).

Integer

xml:int
intStatusId Element intUserId Element strEINArr Element intProviderBranchId Element strPassword Element objProviderGUId Element Sequence MoveStockItemEinBatch Element

Overview

Sequence
strPassword optional xs:string
strEINArr optional xs:string
intUserId xs:int
Response (MoveStockItemEinBatchSoapOut)

The response body is of type MoveStockItemEinBatchResponse.

Response Body Parameters

NameDescriptionData Type
 objMoveStockItemEinBatchReturn
strErrorMsg Element intErrorId Element Sequence MoveStockItemEinBatchResult Element Sequence MoveStockItemEinBatchResponse Element

Overview

Example
<?xml version="1.0" encoding="UTF-8"?>
<objMoveStockItemEinBatchReturn xmlns="http://pro-cloud.org/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<intErrorId>0</intErrorId>
	<strErrorMsg/>
</objMoveStockItemEinBatchReturn>
See Also
All Operations Resource GroupPro-Cloud API Web Service